home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / vgaprtsc.zip / VGAPRTSC.DOC < prev   
Text File  |  1989-02-24  |  1KB  |  38 lines

  1. ***********************************************************
  2.  
  3.         VGAPRTSC.ASM   ver 1.3   February 1989
  4.  
  5.     Hardcopy Utility for VGA-(and EGA-) Graphics Modes
  6.  
  7.                    Robert Kaempf
  8.                   <DB3D@DDATHD21>
  9.               Institut fuer Kernphysik
  10.            Technische Hochschule Darmstadt
  11.              6100 Darmstadt, West Germany
  12.  
  13. ***********************************************************
  14.  
  15. VGAPRTSC is similar to the MSDOS program GRAPHICS.COM.
  16. The difference is: GRAPHICS supports low resolution
  17. graphics modes (320x200,640x200), VGAPRTSC supports high
  18. resolution graphics modes (640x480,640x350).
  19. Text or low resolution graphics modes cause a call to the
  20. old hardcopy routine. It is possible to install GRAPHICS
  21. before VGAPRTSC. This will support any graphics modes.
  22.  
  23. Parameter:
  24. /C= followed by 16 digits
  25. The 16 digits correspond to the 16 screen colors.
  26. An odd digit selects the color to be printed,
  27. colors with even digits are not printed.
  28.  
  29. Example:
  30. VGAPRTSC /C=0111111111111111   ( default )
  31.    prints colors 1 to 15.
  32. VGAPRTSC /C=0000222211113333
  33.    prints highlighted colors ( 8 to 15 )
  34.  
  35. You may modify the colortable of an installed VGAPRTSC
  36. version by typing: VGAPRTSC /C=... .
  37. VGAPRTSC will not be installed twice !
  38.